cb = applyModifierKeys(event, cb);
myTerminalOutput.sendBytes(mouseReport(cb, x + 1, y + 1));
}
}
}
cb = applyModifierKeys(event, cb);
if (myTerminalOutput != null) {
myTerminalOutput.sendBytes(mouseReport(cb, x + 1, y + 1));
}
}
}